-
Notifications
You must be signed in to change notification settings - Fork 102
feat(prose): update code element styling; cleanup #2174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 49bceb1 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for stacks ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for stacks-svelte ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
giamir
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, @dancormier. Let's add new: true to the prose item in site-navigation.json. This will show the activity indicator and keep it consistent with the other components we’ve updated. Thanks!
SPARK-171
This PR updates the Prose component to the latest SHINE styles. It also removes
xsandmdsizes, adds a11y + visual tests, and removes the rounded corners from<code>elements.Note
This PR does not include a Svelte Prose component since it would really just be
<article class="s-prose">{@render children()}</article>.